home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive CD-ROM & Web Magazine 6
/
Interactive CD-ROM & Web Magazine 6.iso
/
mac
/
INTERACTIVE MAC
/
RUN ME MAC (68k)
/
RUN ME MAC (68k).dxr
/
00021.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-02
|
321 b
|
13 lines
on mouseDown
global cd, pathSeparator, tobeonline
if the machineType <> 256 then
go(1, cd & pathSeparator & "IMM" & pathSeparator & "home")
else
if tobeonline = 2 then
go(1, the pathName & "Wizard.dir")
else
go(1, cd & pathSeparator & "IMM" & pathSeparator & "home")
end if
end if
end